home *** CD-ROM | disk | FTP | other *** search
- on CleanMovies
- global gTimeCounter
- puppetSprite(32, 0)
- if the frameLabel contains "moov" then
- set the movieRate of sprite 2 to 0
- set the movieTime of sprite 2 to 0
- set lCastNum to the castNum of sprite 2
- puppetSprite(2, 0)
- if the frameLabel = "moov1" then
- set the castNum of sprite 2 to the number of cast "blankM.MOV"
- else
- if (the frameLabel = "moov2") or (the frameLabel = "moov3") then
- set the castNum of sprite 2 to the number of cast "BlankS.MOV"
- end if
- end if
- updateStage()
- end if
- MoviePuppets()
- TurnOffRollovers()
- startTimer()
- set gTimeCounter to 7
- end
-